body {
  font-family: "Montserrat", sans-serif;
  background: #1B1A1C;
  color: white;
}

.btn {
  background: transparent;
  border: none;
}
.btn:hover{cursor: pointer;}

.container {
  max-width: 1280px;
  margin: 0 auto;
}

.header {
  padding-top: 35px;
}
.header .container {
  padding: 22px 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 15px;
  background: rgba(19, 19, 21, 0.8);
  backdrop-filter: blur(10px);
  margin-bottom: 35px;
  transition: margin-bottom 0.3s ease-in-out;
}

.header__logo {
  border-radius: 100%;
  background-color: #266CD6;
  width: 55px;
  height: 55px;
  margin-right: 18px;
}

.header__title {
  color: #FFF;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-right: 36px;
}

.header__nav {
  display: flex;
  align-items: center;
}

.header__list {
  display: flex;
  align-items: center;
}

.header__list-item:not(:last-child) {
  margin-right: 36px;
}

.header__list-link {
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.header__login {
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  display: flex;
  padding: 10px 20px;
  align-items: center;
  gap: 14px;
  border-radius: 100px;
  background: #266CD6;
  transition: background 0.2s ease-in-out;
}
.header__login:hover {
  background: #266CB1;
}

.main {
  margin-bottom: 70px;
}

.main__banner {
  display: flex;
  flex-direction: column;
  height: 500px;
  position: relative;
  padding: 50px;
  border-radius: 25px;
  background-color: #000;
  margin-bottom: 35px;
}

.main__banner-bg {
  position: absolute;
  border-radius: 25px;
  right: 0;
  top: 0;
  bottom: 0;
  left: 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.main__banner-title {
  z-index: 1;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  color: #FFF;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 28px;
}
.main__banner-title span {
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.main__banner-dsc {
  max-width: 500px;
  color: #CDCDCD;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.32px;
  margin-bottom: auto;
}

.main__banner-btn-suptitle {
  color: rgba(255, 255, 255, 0.5);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 15px;
}

.main__banner-btn {
  color: #FFF;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  border-radius: 100px;
  background: #266CD6;
  padding: 13px 41px;
  transition: background 0.2s ease-in-out;
}
.main__banner-btn:hover {
  background: #266CB1;
}

.main__sub-banner {
  padding: 38px 64px;
  border-radius: 25px;
  background: #010101;
}

.main__stats-list {
  display: flex;
  justify-content: center;
}

.main__stats-item {
  display: flex;
  align-items: center;
  gap: 17px;
  color: #FFF;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.main__stats-item span {
  color: #FFF;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.main__stats-item:not(:last-child) {
  margin-right: 30px;
}

.adv__title {
  display: flex;
  align-items: center;
  margin-bottom: 55px;
}
.adv__title img {
  margin-right: 22px;
}

.adv__card-wrap {
  display: flex;
  margin-bottom: 55px;
}

.adv__card {
  position: relative;
  width: calc((100% - 40px) / 2);
  padding: 30px;
  border-radius: 25px;
  border: 1px solid rgba(60, 60, 60, 0.6);
}
.adv__card:first-child {
  margin-right: 40px;
}

.stealth-card {
  background: linear-gradient(120deg, #4FDDAA 0%, #4AD3E5 68.27%);
}

.adv__card-title {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #000;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 80px;
}

.adv__card-dsc {
  max-width: 370px;
  color: #000;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.4px;
}

.stealth-card-bg {
  position: absolute;
  top: -41px;
  bottom: 0;
  right: 0;
  left: 62%;
  background-repeat: no-repeat;
}

.auto-give-card {
  border: 1px solid rgba(60, 60, 60, 0.6);
  background: #222428;
}
.auto-give-card .adv__card-title {
  color: white;
}
.auto-give-card .adv__card-dsc {
  color: white;
}

.auto-give-card-bg {
  position: absolute;
  top: -41px;
  bottom: 0;
  right: 0;
  left: 65%;
  background-repeat: no-repeat;
}

.optifine-card {
  max-width: 510px;
  background: #222428;
}
.optifine-card .optifine-card-bg {
  position: absolute;
  top: 30px;
  bottom: 0;
  right: 0;
  left: 67%;
  background-repeat: no-repeat;
}
.optifine-card .adv__card-title {
  color: white;
}
.optifine-card .adv__card-dsc {
  max-width: 260px;
  color: white;
}

.setting-card {
  width: calc(100% - 540px);
  background: #F3F3F3;
}
.setting-card .setting-card-bg {
  position: absolute;
  top: -43px;
  bottom: 0;
  right: 0;
  left: 55%;
  background-repeat: no-repeat;
}

.opp {
  margin-bottom: 55px;
}
.opp__title {
  display: flex;
  align-items: center;
  gap: 22px;
  margin-bottom: 55px;
}

.opp__video-title {
  max-width: 510px;
  color: #FFF;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.64px;
  margin-bottom: 37px;
}

.opp__video__subtitle {
  color: rgba(255, 255, 255, 0.5);
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 12px;
}

.opp__wrap {
  display: flex;
}

.opp__video {
  width: 840px;
  height: 480px;
  border-radius: 25px;
  margin-right: 40px;
}

.opp__banner {
  position: relative;
  padding: 40px;
  max-width: 400px;
  width: 100%;
  border-radius: 25px;
  background: #222428;
}

.opp__banner-title {
  color: #FFF;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.4px;
  margin-bottom: 40px;
}

.opp__banner-item {
  color: rgba(255, 255, 255, 0.5);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.32px;
}
.opp__banner-item:not(:last-child) {
  margin-bottom: 20px;
}

.opp__banner-bg {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.launch {
  padding-bottom: 30px;
}

.launch__title {
  display: flex;
  align-items: center;
  gap: 25px;
  color: rgba(255, 255, 255, 0.5);
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 55px;
}

.launch__wrap {
  display: flex;
  justify-content: space-between;
}

.launch__text {
  display: flex;
  flex-direction: column;
}

.launch__img-wrap {
  width: calc(100% - 649px);
  position: relative;
  margin-right: 20px;
}

.launch__img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
}

.launch__text-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #FFF;
  font-size: 36px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.72px;
}

.launch__text-subtitle {
  max-width: 331px;
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.32px;
  margin-bottom: 45px;
}

.launch__text-subcontent {
  padding-right: 60px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  margin-bottom: 60px;
}
.launch__text-subcontent .text-wrap {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.launch__text-subcontent .text-wrap .launch__text-arr {
  margin-right: 20px;
}
.launch__text-subcontent .launch__text-subtitle {
  text-align: right;
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.32px;
}

.arrow-top-down {
  max-height: 300px;
  position: absolute;
  right: 0;
}

.sub {
  position: relative;
  padding-top: 100px;
  padding-bottom: 110px;
  border-radius: 25px 25px 0px 0px;
  background: #000;
}

.sub__slide-wrap {
  position: relative;
  display: flex;
  justify-content: center;
  gap: 170px;
}

.sub__slide {
  z-index: 5;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 620px;
  width: 100%;
  padding: 40px;
  border-radius: 25px;
  border: 1px solid rgba(60, 60, 60, 0.6);
  background: #222428;
}

.sub__slide-title {
  max-width: 284px;
  color: #FFF;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.4px;
  margin-bottom: 24px;
}

.sub__slide-img {
  max-width: 115px;
  max-height: 115px;
  transform: rotate(-15deg);
  margin-bottom: 35px;
}

.sub__slide-btn-wrap {
  position: relative;
  margin-bottom: 12px;
}

.sub__slide-btn {
  border-radius: 100px;
  background: #FFF;
  padding: 13px 41px;
  gap: 10px;
  color: #000;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 12px;
  transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
}
.sub__slide-btn:hover {
  background: #000;
  color: #FFFFFF;
}

.sub__slide-btn-price {
  padding: 9px 18px;
  position: absolute;
  top: -23px;
  left: 50%;
  transform: translateX(-50%);
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  border-radius: 100px;
  background: #2F6DE3;
}

.sub__slide-dsc {
  text-align: center;
  color: rgba(255, 255, 255, 0.5);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.sub__slide-top-bg {
  position: absolute;
  width: 271px;
  height: 154px;
  transform: rotate(-10.721deg);
  border-radius: 271px;
  opacity: 0.12;
  background: linear-gradient(260deg, #4AD4E2 9.23%, #4FDDAA 96.6%);
  filter: blur(35px);
  left: 50px;
  top: 180px;
}

.sub__slide-bottom-bg {
  position: absolute;
  width: 241.526px;
  height: 154px;
  transform: rotate(15deg);
  border-radius: 271px;
  opacity: 0.12;
  background: linear-gradient(67deg, #4AD4E2 13.51%, #266CD6 84.09%);
  filter: blur(35px);
  right: 50px;
  top: 30px;
}

.sub__slide-bg {
  position: relative;
  z-index: 3;
  width: 290px;
  height: 400px;
  border-radius: 25px;
  background-color: #222428;
  pointer-events: none;
  background-repeat: no-repeat;
}

.black-bg-first {
  opacity: 0.3;
  background-position: 0;
  filter: blur(7px);
}

.black-bg-second {
  opacity: 0.6;
  background-position: 20%;
  filter: blur(5px);
}

.black-bg-third {
  opacity: 0.6;
  background-position: 70%;
  filter: blur(5px);
}

.black-bg-four {
  opacity: 0.3;
  background-position: 100%;
  filter: blur(7px);
}

.footer {
  background-color: black;
  position: relative;
  padding-bottom: 65px;
  overflow-y: hidden;
}
.footer .container {
  z-index: 2;
  position: relative;
  padding: 70px;
  border-radius: 25px;
  border: 1px solid rgba(60, 60, 60, 0.6);
  background: rgba(34, 36, 40, 0.7);
}

.footer__title {
  display: flex;
  align-items: center;
  gap: 14px;
}

.footer__social-list {
  display: flex;
  align-items: center;
  gap: 12px;
}

.footer__subtitle {
  color: #ADADAD;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.footer__dsc {
  max-width: 475px;
  color: #ADADAD;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.footer__main {
  margin-bottom: 44px;
}

.footer__nav {
  display: flex;
}

.footer__nav-site {
  max-width: 280px;
  margin-right: 100px;
}

.footer__nav-title {
  color: #FFF;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 12px;
}

.footer__nav-item:not(:last-child) {
  margin-bottom: 10px;
}

.footer__nav-link {
  color: rgba(229, 229, 229, 0.5);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.footer__right {
  position: absolute;
  left: 65%;
  top: 71px;
  bottom: 0;
  width: 275.159px;
  height: 275.159px;
  transform: rotate(-15deg);
}

.footer-bg {
  pointer-events: none;
  position: absolute;
  z-index: 1;
  top: 105%;
  left: 0;
  right: 0;
  width: 1307px;
  height: 458px;
  border-radius: 1307px;
  background: #266CD6;
  filter: blur(200px);
}

.contacts {
  padding: 100px 0;
}

.contacts__title {
  margin-bottom: 20px;
}

.contacts__info {
  margin-bottom: 5px;
}

/*# sourceMappingURL=style.css.map */
